home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / csho850a.zip / CSHOWDEL.BAT < prev    next >
DOS Batch File  |  1992-09-10  |  476b  |  22 lines

  1. echo off
  2. cshow cshowdel.bat+
  3. cls
  4. if not exist cshow.dat goto end
  5. echo Press any key to delete documentation and video driver files
  6. echo on
  7. Pause   (or Ctrl-C to cancel)
  8. ren video.drv videodrv.!!!
  9. del VIDEO*.DRV
  10. ren videodrv.!!! video.drv
  11. Del WHICHDRV.EXE
  12. Del README.BAT  
  13. Del WHATSNEW.DOC
  14. Del SETUP.DOC   
  15. Del DRIVERS.DOC 
  16. Del CSHOW.DOC   
  17. Del Q&A.DOC     
  18. Del CATALOG.DOC 
  19. Del ORDRFORM.DOC
  20. Del CShowDel.Bat               
  21. :end                           
  22.